PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFPage Class / setTrimBox Method
A com.o2sol.pdf4java.graphics.PDFStandardRectangle expressed in default user space units, defining the intended dimensions of the finished page after trimming.
In This Topic
    setTrimBox Method
    In This Topic
    Sets the trim box.
    Syntax
    public void setTrimBox( 
       PDFStandardRectangle trimBox
    )

    Parameters

    trimBox
    A com.o2sol.pdf4java.graphics.PDFStandardRectangle expressed in default user space units, defining the intended dimensions of the finished page after trimming.
    See Also